home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / codelib6 / v_08_05 / 8n05077a < prev    next >
Encoding:
Text File  |  1995-11-01  |  97 b   |  10 lines

  1.  
  2. Listing 7:
  3. test()
  4. {
  5.     static int testcalled = 0;
  6.     testcalled++;
  7.     return(testcalled);
  8. }
  9.  
  10.